Chapter 11: Date and Time

In addition to the standard data types of integer, float, Boolean, and string we often need to keep track and do mathematics with date and time values. Python has several modules to manipulate them, but the one we will be covering is datetime. Objectives Upon completion of this chapter’s exercises, you should be able to: … Continue reading Chapter 11: Date and Time